You are here: COM API reference > Events > AfterChangeWFState event

AfterChangeWFState event

This event occurs after the document workflow state of a document has been changed.

Syntax

Private Sub AMUIExtension_AfterChangeWFState(
          ByVal CurrentObject As Object,
          ByVal Source As AMEDM.DWF_STATES,
          ByVal Target As AMEDM.DWF_STATES,
          ByVal Person As String)
Parameters
Name Description

CurrentObject

The document object (AMDocument object)

Source

The previous state of the document

Target

The new state of the document

Person

The user name of the To Do person in the new state

Remarks

The equivalent VBScript event is the ChangeWFState script event. See the Meridian Enterprise Configuration Guide for more information.


www.bluecieloecm.com